[TOOLS] libxc: Fix x86 build.
authorIan Campbell <ian.campbell@xensource.com>
Thu, 22 Mar 2007 12:22:16 +0000 (12:22 +0000)
committerIan Campbell <ian.campbell@xensource.com>
Thu, 22 Mar 2007 12:22:16 +0000 (12:22 +0000)
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
tools/libxc/xc_dom_x86.c

index 6a71cec8112c944fe28cef96d80fbb61b7904872..fd9f62b6240d306f3ad122d7caf3b48d143ab695 100644 (file)
@@ -606,6 +606,7 @@ static int x86_shadow(int xc, domid_t domid)
 int arch_setup_meminit(struct xc_dom_image *dom)
 {
     int rc;
+    xen_pfn_t pfn;
 
     x86_compat(dom->guest_xc, dom->guest_domid, dom->guest_type);
     if ( xc_dom_feature_translated(dom) )